home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
FILEUTIL
/
SUPPORT100
/
Source
/
unix_h
< prev
next >
Wrap
Text File
|
1995-02-04
|
1KB
|
27 lines
/********************************************************************************/
/* */
/* Config header file for unix systems */
/* Part of Splitf and Joinf distribution */
/* version 1.13, © 1993-1995 Adam Hamilton */
/* See the README file for copyright information */
/* */
/********************************************************************************/
/**********************************/
/* Platform dependant definitions */
/* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
#define FILE_SEPARATOR '/'
/* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
#define SEPARATOR_SEARCH '/'
/* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
#define COLON False